home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / DefineSprite_18 / frame_8 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  148 b   |  11 lines

  1. if(_parent.act == 0)
  2. {
  3.    _parent._parent.cat_position();
  4.    gotoAndStop(1);
  5. }
  6. else
  7. {
  8.    _parent._parent.cat_move();
  9.    gotoAndPlay(2);
  10. }
  11.